home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / BRODIE / INTERNET / !InternetD / h / netwall < prev    next >
Text File  |  1995-05-16  |  177b  |  8 lines

  1. /* Beware buffer length of the icon in the template is only 160 */
  2. #define NETWALLSIZE    (160)
  3.  
  4. struct netwall {
  5.         char    buffer[NETWALLSIZE];
  6.         int    want_foreground;
  7. };
  8.